home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1998 / MacHack 1998.toast / The Hacks! / Interim Executive Decision / Outline Table Demo / GestInfo.r < prev    next >
Encoding:
Text File  |  1998-06-21  |  588 b   |  33 lines  |  [TEXT/CWIE]

  1. #define RezType_Gestalt    'gest'
  2.  
  3. type RezType_Gestalt
  4. {
  5.     longint = $$CountOf(TranslatorsArray);
  6.     wide array TranslatorsArray
  7.     {
  8.         /* gestalt selector, bit selectors, str# item */
  9.         longint; longint; longint;
  10.     };
  11. };
  12.  
  13. resource RezType_Gestalt(0)
  14. {
  15.     {
  16.         'drag', 0x0000001f, 0,
  17.         'mach', -1, -1,
  18.         'Prc#', -1, -1,
  19.         'ram ', -1, -1,
  20.         'vers', -1, -1,
  21.         'apvr', -1, -1,
  22.         'bclk', -1, -1,
  23.         'Frq2', -1, -1,
  24.         'hrad', -1, -1,
  25.         'kbd ', -1, -1,
  26.         'qdrw', 0x0000001f, -1,
  27.         'romv', -1, -1,
  28.         'cfrg', 0x00000001, -1,
  29.         'slmp', 0x00000003, -1,
  30.         'sysa', 0x00000003, -1,
  31.         'thds', 0x0000003f, -1,
  32.     }
  33. };